All Questions
4 questions
3votes
0answers
802views
A simple Python script that crawls information about Youtube playlists and your watch history
You will need to follow this guide. This is a Youtube crawler that crawls information about Youtube playlists, it uses Youtube Data API v3 and it crawls the title, url, description, count and videos ...
3votes
0answers
391views
Speed Up API Requests & Overall Python Code
I'm not asking for help solving a problem but rather asking for help for possible ways to improve the speed of my program. Essentially what this does is: Tracks market data by pulling the data from ...
5votes
1answer
361views
Wikipedia Random Page in Category Bot
I recently wrote a Python script to generate a random page within a Wikipedia category and its subcategories: ...
10votes
1answer
7kviews
Simple yet Hackable WhatsApp API [UNOFFICIAL]
There is no official WhatsApp API. Here is a simple python class which satisfies the need. ...